﻿/*******************************
	-------[=公用]-------
********************************/
/*头部*/
.yunu-header{
	position: relative;
	z-index: 99;
}
.hdt{
	background-color: #f3f3f3;
	height: 37px;
	line-height: 37px;
	font-size: 12px;
	color: #333;
}
.hdt p{
	float: left;
}
.hdt .tel{
	float: right;
}
.hdt .tel span{
	color: #f00;
}
.hdb{
	position: relative;
	z-index: 1;
	background-color: #fff;
	*zoom:1;
}
.hdb:after,.hdb:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.hdb .logo{
	overflow: hidden;
	height: 110px;
	line-height: 110px;
}
.hdb .logo img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.menuBtn{
	display: none;
	position: relative;
	float: right;
	margin-top: 4px;
	width: 40px;
	height: 40px;
	padding: 5px;
	cursor: pointer;
}
.menuBtn b{
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background-color: #0097d6;
	margin: 5px 0 7px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.menuBtn.open b{
	position: absolute;
	left: 5px;
	top: 35%;
	display: none;
	width: 30px;
}
.menuBtn.open b:first-child{
	display: block;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.menuBtn.open b:last-child{
	display: block;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.yunu-nav{
	float: right;
	margin-right: -15px;
}
.yunu-nav li{
	position: relative;
	float: left;
	height: 110px;
	line-height: 110px;
	padding: 0 15px;
}
.yunu-nav li > a{
	position: relative;
	display: block;
	font-size: 16px;
	color: #333;
	text-align: center;
}
.yunu-nav li > a:after{
	display: none;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #0097d6;
}
.yunu-nav li:hover > a{
	color: #0097d6;
}
.yunu-nav li.on a{ color: #0097d6; }
.yunu-nav li:hover > a:after{
	display: block;
}
.yunu-nav li:hover .nav-sub{
	display: block;
}
.nav-sub{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 10px 0;
	background-color: #fff;
	z-index: 99;
}
.nav-sub > dd{
	position: relative;
}
.nav-sub > dd > a{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	text-align: center;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.nav-sub > dd:hover > a{
	color: #fff;
	background-color: #0097d6;
}
.nav-sub > dd:hover .nav-sub2{
	display: block;
}
/*底部*/
.yunu-footer{
	background-color: #26272b;
}
.fd-top{
	overflow: hidden;
	padding: 50px 0;
}
.fd-txt{
	float: left;
	margin-top: 40px;
}
.fd-txt .tel{
	margin-bottom: 10px;
	padding-left: 30px;
	font-size: 12px;
	line-height: 24px;
	color: #ccc;
	background: url(../images/tel.jpg) left center no-repeat;
}
.fd-txt .tel strong{
	display: block;
	font-size: 24px;
    color: #fff;
    line-height: 30px;
    font-family: Arial, Helvetica, sans-serif;
}
.fd-txt .link{
	overflow: hidden;
	margin-left: 30px;
}
.fd-txt .link .item{
	float: left;
	width: 28px;
	height: 28px;
	margin-right: 18px;
}
.fd-txt .link .item img{
	display: block;
	width: 100%;
	height: 100%;
}
.fd-nav{
	float: right;
}
.fd-nav dl{
	float: left;
	margin-left: 100px;
}
.fd-nav dl dt{
    height: 48px;
    line-height: 48px;
	font-size: 14px;
    color: #ffffff;
}
.fd-nav dl dt a{ color: #FFF; }
.fd-nav dl dd a{
	display: block;
	font-size: 12px;
	color: #666;
	height: 30px;
	line-height: 30px;
}
.fd-nav dl dd a:hover{
	color: #ff0;
}
.yunu-footer .copy{
	overflow: hidden;
	font-size: 12px;
	height: 70px;
    line-height: 70px;
    color: #999;
    background-color: #1f2022;
}
.yunu-footer .copy .p1{
	float: left;
}
.yunu-footer .copy .p2{
	float: right;
}
.yunu-footer .copy .p2 a{ margin-right: 5px; }
.yunu-footer .copy p a{
	color: #999;
}
.yunu-footer .copy p a:hover{
	color: #ff0;
}
/*客服*/
.kf {
    width: 208px;
    position: fixed;
    /* right: 20px; */
    right: -208px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}
.kt-top {
    height: 40px;
    line-height: 40px;
    background: url("../images/kefu.png") 12px center no-repeat #0097d6;
	-o-background-size: auto 20px;
	-ms-background-size: auto 20px;
	-moz-background-size: auto 20px;
	-webkit-background-size: auto 20px;
	background-size: auto 20px;
    padding-left: 46px;
    font-size: 14px;
    color: #fff;
}
.kt-top span:hover{
      transform: rotate(90deg);
}
.kt-top span {
    width: 18px;
    height: 16px;
    float: right;
    position: relative;
    margin: 10px 10px 0px 0px;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.kt-top span b {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}
.kt-top span b:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.kt-top span b:last-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.kf .con {
    overflow: hidden;
    background: #fff;
}
.kf .qq li {
    height: 36px;
    line-height: 36px;
    border-bottom: #f5f5f5 solid 1px;
    padding-left: 16px;
}
.kf .qq li a {
    height: 36px !important;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: initial;
    display: block;
}
.kf .qq li a img{
    padding-right: 6px;
}
.kf .con h5{
    height: 26px;
    line-height: 26px;
    margin-top: 12px;
    background: url('../images/lianxi.png') 16px center no-repeat;
    padding-left: 45px;
    color: #666;
    font-size: 14px;
}
.kf .contact {
    margin-top: 1px;
}
.kf .contact p{
    height: 26px;
    line-height: 26px;
    color: #666;
    font-size: 14px;
    padding-left: 22px;
}
.kf .contact p:nth-child(2n){
    padding-left: 32px;
}
.kf .con h5.qr-icon{
    background: url('../images/erweima.png') 16px center no-repeat;
}
.kf .con .qr{
    margin-top: 10px;
    padding-left: 40px;
}
.kf .con .qr img{
    width: 110px;
    height: 110px;
}
.kf .backTop{
    width: 100%;
    height: 40px;
    margin-top: 10px;
    background: url('../images/huidaodingbu.png') center center no-repeat #0097d6;
    background-size: 18px auto;
    cursor: pointer;
}
.kf-side{
    padding: 18px 10px 10px;
    background: #0097d6;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -34px;
    cursor: pointer;
}
.kf-side b{
    display: block;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    font-weight: normal;
}
.kf-side span.arrow{
    width: 12px;
    height: 12px;
    background: url('../images/jt-1.png') no-repeat;
	-o-background-size: auto 12px;
	-ms-background-size: auto 12px;
	-moz-background-size: auto 12px;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
    display: block;
    margin-top: 10px;
}
.kf-side span.on{
    background: url('../images/jt-2.png') no-repeat;
    -o-background-size: auto 12px;
    -ms-background-size: auto 12px;
    -moz-background-size: auto 12px;
    -webkit-background-size: auto 12px;
    background-size: auto 12px;
}
/*手机底部菜单*/
.h50{
	display: none;
}
.yunu-link{
	display: none;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9;
	background-color: #fff;
	padding: 4px 0;
	box-shadow: 5px 0 10px rgba(0,0,0,.05);
}
.yunu-link li{
	float: left;
	width: 25%;
}
.yunu-link li a{
	display: block;
	text-align: center;
	font-size: 13px;
	color: #000;
}
.yunu-link li.on a,
.yunu-link li:hover a{
	color: #0097d6;
}
.yunu-link li a i{
	display: block;
	width: 25px;
	margin: 0 auto;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: auto 18px;
	-ms-background-size: auto 18px;
	-moz-background-size: auto 18px;
	-webkit-background-size: auto 18px;
	background-size: auto 18px;
}
.yunu-link li a .i1{
	background-image: url(../images/sj-nav1.png);
}
.yunu-link li.on .i1,
.yunu-link li:hover .i2{
	background-image: url(../images/sj-nav1-on.png);
}
.yunu-link li a .i2{
	background-image: url(../images/sj-nav2.png);
}
.yunu-link li.on .i2,
.yunu-link li:hover .i2{
	background-image: url(../images/sj-nav2-on.png);
}
.yunu-link li a .i3{
	background-image: url(../images/sj-nav3.png);
}
.yunu-link li.on .i3,
.yunu-link li:hover .i3{
	background-image: url(../images/sj-nav3-on.png);
}
.yunu-link li a .i4{
	background-image: url(../images/sj-nav4.png);
}
.yunu-link li.on .i4,
.yunu-link li:hover .i4{
	background-image: url(../images/sj-nav4-on.png);
}
/*标题*/
.g-tit01_x{
	position: relative;
	padding: 60px 0 15px;
	text-align: center;
}
.g-tit01_x:after{
	content: '';
	position: absolute;
	margin-left: -12px;
	left: 50%;
	bottom: 0;
	width: 24px;
	height: 2px;
	background-color: #0097d6;
}
.g-tit01_x.bai:after{
	background-color: #fff;
}
.g-tit01_x .tit{
	margin-bottom: 8px;
	font-size: 34px;
	color: #333;
}
.g-tit01_x.bai .tit{
	color: #fff;
}
.g-tit01_x span{
	display: block;
	color: #b9b9b9;
	text-transform: uppercase;
}
.g-tit01_x.bai span{
	color: #fff;
}
.g-tit02_x{
	padding: 21px 0;
	text-align: center;
	background-color: #0097d6;
}
.g-tit02_x .tit{
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
}
.g-tit02_x span{
	display: block;
	font-size: 27px;
}
/*******************************
	-------[=内页公用]-------
********************************/
.g-tit3{
	padding-bottom: 10px;
	font-size: 16px;
	color: #0097d6;
	border-bottom: 1px solid #e4e4e4;
	font-weight: 600;
}
.g-tit3 span{
	font-weight: 400;
	color: #999;
	text-transform: uppercase;
}
.g-pages{
	text-align: right;
	font-size: 16px;
	margin: 20px 0;
}
.curr {
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid;
    margin-left: 5px;
    background-color: red;
    color: #fff;
}
.page a {
    padding-left: 5px;
	padding-right: 5px;
    border: 1px solid;
    margin-left: 5px;

}
.g-pages li{
	display: inline-block;
}
.g-pages li a{
	display: block;
	padding: 2px 10px;
	line-height: 24px;
	margin: 0 2px;
	border: 1px solid #dbdbdb;
	font-size: 13px;
}
.g-pages li.on a,
.g-pages li a:hover{
	background-color: #0097d6;
	border: 1px solid #0097d6;
	color: #fff
}
/*内页左侧*/
.g-cur{
    height: 40px;
    line-height: 40px;
    background: #f3f3f3;
}
.g-cur .wp{
    background: url('../images/home.png') left center no-repeat;
    padding-left: 20px;
    box-sizing: border-box;
}
.g-cur .wp a{
   color: #2f2f2f; 
}
.g-cur .wp a:hover{
    color: #0097d6;
}
.row-b1{
    overflow: hidden;
    padding: 20px 0;
}
.row-b1 .col-l{
	width: 290px;
    padding: 13px;
    border: 1px solid #ddd;
}
.row-b1 .col-r{
	float: none;
	overflow: hidden;
    margin-left: 310px;
}
.row-b1 .g-tit02_x{
	background-color: #fff;
}
.row-b1 .g-tit02_x .tit{
	color: #333;
}
.g-titIns1{
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    color: #545454;
    border-bottom: 1px solid #ebebeb;
    font-weight: normal;
    position: relative;
}
.g-titIns1::after{
    content: '';
    width: 80px;
    height: 1px;
    background: #0097d6;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.ul-newslist{
	overflow: hidden;
	padding: 12px;
	background-color: #fff;
	border-radius: 5px;
}
.ul-newslist li{
    border-bottom: 1px solid #e6e6e6;

}
.ul-newslist li a{
	display: block;
    font-size: 2px;
    height: 36px;
    line-height: 36px;
	padding-left: 15px;
	color: #666;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/news-r.png);
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ul-newslist li a:hover{
	color: #0097d6;
	background-color: #e6e6e6;
	font-weight: bold;
}
.m-info{
	padding: 12px;
	border-radius: 5px;
	background-color: #fff;
	line-height: 2;
	font-size: 14px;
	color: #666;
}
.snv-index{
	padding: 12px;
	margin-bottom: 13px;
	background-color: #fff;
}
.snv-index li{
	margin-bottom: 10px;
}
.snv-index li .v{
	display: block;
	padding: 0 20px;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	color: #333;
	background-color: #fff;
	border-radius: 5px;
}
.snv-index li .v1{
	display: block;
	padding: 0 20px;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	color: #333;
	background-color: #fff;
	border-radius: 5px;
}
.snv-index li .v1 span{
	display: block;
	background: url(../images/icon9_x.jpg) right center no-repeat;
}
.snv-index li.on .v1{
	color: #009946;
}
.snv-index-sub1{
	display: none;
	padding-left: 30px;
}
.snv-index li.on .snv-index-sub1 {
	display: block;
}
.snv-index-sub1 dd > a{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
}
.snv-index dd.ok > a{
	color: #009946;
}
.snv-index dd.ok .snv-index-sub2 {
	display: block;
}
.snv-index-sub2{
	display: none;
	padding-left: 30px;
}
.snv-index-sub2 dd .v3{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
}
/*内页banner]*/
.ban{
    height: 359px;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}
/*******************************
	-------[=首页]-------
********************************/
.ban-index.swiper-container{
	position: relative;
}
.ban-index.swiper-container .swiper-slide .con{
	display: block;
	padding-top: 25%;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.ban-index.swiper-container .swiper-pagination{
	bottom: 10px;
}
.ban-index.swiper-container .swiper-pagination .swiper-pagination-bullet{
	margin: 0 4px;
	width: 12px;
	height: 12px;
	opacity: 1;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/dian1.png);
}
.ban-index.swiper-container .swiper-pagination .swiper-pagination-bullet-active{
	background-image: url(../images/dian2.png);
}
/*产品中心*/
.row-a1{
	margin-bottom: 40px;
	overflow: hidden;
}
.ul-link01_x{
	overflow: hidden;
	text-align: center;
	font-size: 0;
	padding-top: 30px;
}
.ul-link01_x li{
	display: inline-block;
	width: 12.5%;
}
.ul-link01_x li a{
	display: block;
	margin: 0 15px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #333;
	text-align: center;
	border-radius: 5px;
}
.ul-link01_x li a:hover{
	color: #fff;
	background-color: #0097d6;
}
.ul-link01_x .more{
	font-size: 12px;
}
.ul-link01_x .more span{
	display: inline-block;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/more.png)
}
.ul-link01_x .more a:hover span{
	background-image: url(../images/more-h.png)
}
.m-imgtxt01_x.swiper-container{
	position: relative;
	overflow: visible;
}
.m-imgtxt01_x .swiper-container{
	padding-top: 60px;
}
.m-imgtxt01_x .swiper-container .swiper-slide{
	display: block;
}
.m-imgtxt01_x .swiper-container .pic{
	overflow: hidden;
	position: relative;
	padding-top: 83%;
}
.m-imgtxt01_x .swiper-container .pic img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.m-imgtxt01_x .swiper-container .pic img:hover{
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}
.m-imgtxt01_x .swiper-container p{
	overflow: hidden;
	height: 62px;
	line-height: 62px;
	text-align: center;
	font-size: 14px;
	color: #333;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.m-imgtxt01_x .swiper-container p:hover{
	color: #f00;
}
.m-imgtxt01_x .swiper-button-next,
.m-imgtxt01_x .swiper-button-prev{
	position: absolute;
	top: 50%;
	margin-top: -26px;
	width: 52px;
	height: 52px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.m-imgtxt01_x .swiper-button-next{
	right: -90px;
	background-image: url(../images/icon2_x.png);
}
.m-imgtxt01_x .swiper-button-prev{
	left: -90px;
	background-image: url(../images/icon1_x.png);
}
.m-imgtxt01_x .swiper-container .swiper-pagination{
	display: none;
	bottom: 0;
}
.m-imgtxt01_x .swiper-container .swiper-pagination .swiper-pagination-bullet{
	margin: 0 4px;
	width: 12px;
	height: 12px;
	opacity: 1;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/dian1.png);
}
.m-imgtxt01_x .swiper-container .swiper-pagination .swiper-pagination-bullet-active{
	background-image: url(../images/dian2.png);
}
/*我们的优势*/
.row-a2{
	overflow: hidden;
	/*padding-bottom: 65px;*/
	background-position: center center;
}
.m-pic01_x{
	overflow: hidden;
	position: relative;
	padding-top: 20%;
}
.m-pic01_x img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
/*关于我们*/
.row-a3{
	padding: 70px 0;
	background-repeat: no-repeat;
	background-position: center center;
		-o-background-size: cover;
		-ms-background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-size: cover;
}
.m-imgtxt02_x{
	overflow: hidden;
}
.m-imgtxt02_x .pic{
	overflow: hidden;
	float: left;
	padding: 8px;
	width: 560px;
	height: 420px;
	background-color: #fff;
}
.m-imgtxt02_x .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.m-imgtxt02_x .pic img:hover{
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}
.m-imgtxt02_x .con{
	overflow: hidden;
	padding-left: 48px;
}
.m-imgtxt02_x .con .txt{
	margin-bottom: 50px;
}
.m-imgtxt02_x .con .txt .top{
	overflow: hidden;
	margin-bottom: 30px;
}
.m-imgtxt02_x .con .txt .top .tit{
	float: left;
	color: #333;
}
.m-imgtxt02_x .con .txt .top .tit em{
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 40px;
}
.m-imgtxt02_x .con .txt .top .tit span{
	display: block;
	padding-top: 20px;
	font-size: 18px;
}
.m-imgtxt02_x .con .txt .top .more{
	float: right;
	margin-top: 40px;
	font-size: 13px;
	color: #bbb;
	font-weight: bold;
	text-transform: uppercase;
}
.m-imgtxt02_x .con .txt .top .more span{
	display: inline-block;
	padding-right: 10px;
	background: url(../images/right.png) right center no-repeat;
}
.m-imgtxt02_x .con .txt .desc{
    overflow: hidden;
	font-size: 14px;
	color: #666;
	line-height: 2.2;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.ul-txt01_x{
	overflow: hidden;
}
.ul-txt01_x li{
	float: left;
	width: 33.33%;
	text-align: center;
}
.ul-txt01_x li .num{
	height: 50px;
	line-height: 50px;
	font-size: 30px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}
.ul-txt01_x li .num strong{
	display: inline-block;
	vertical-align: middle;
	font-size: 40px;
	color: #0097d6;
}
.ul-txt01_x li p{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
}
/*案例展示*/
.row-a4{
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top;
}
.ul-imgtxt02_x{
	margin: 104px -30px 0;
	*zoom:1;
}
.ul-imgtxt02_x:after,.ul-imgtxt02_x:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.ul-imgtxt02_x li{
	float: left;
	width: 33.33%;
}
.ul-imgtxt02_x li .con{
	padding: 0 15px 15px;
	margin: 0 30px;
	background-color: #f3f3f3;
}
.ul-imgtxt02_x li .tit{
	position: relative;
	padding-top: 52px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	text-align: center;
}
.ul-imgtxt02_x li .tit .num{
	position: absolute;
	left: 50%;
	top: -52px;
	margin-left: -46px;
	width: 92px;
	height: 105px;
	line-height: 105px;
	font-size: 30px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/icon8_x.png) center center no-repeat;
}
.ul-imgtxt02_x li .tit a{
	overflow: hidden;
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #333;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ul-imgtxt02_x li .tit a:hover{
	color: #f00;
}
.ul-imgtxt02_x li .pic{
	overflow: hidden;
	position: relative;
	padding-top: 68%;
	height: 0;
}
.ul-imgtxt02_x li .pic img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.ul-imgtxt02_x li .pic img:hover{
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}
/*关于我们*/
.row-a5{
	overflow: hidden;
	margin-bottom: 70px;
}
.row-a5 .col-l,
.row-a5 .col-r{
	width: 48%;
}
.m-news01_x{
	padding-top: 60px;
}
.m-news01_x .pic{
	overflow: hidden;
	position: relative;
	padding-top: 59%;
	height: 0;
}
.m-news01_x .pic img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.m-news01_x .pic img:hover{
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}
.m-news01_x .txt{
	overflow: hidden;
	padding-top: 30px;
}
.m-news01_x .txt .time{
	float: left;
	width: 69px;
	height: 66px;
	font-size: 14px;
	text-align: center;
	border-right: 1px solid #ddd;
	color: #ddd;
}
.m-news01_x .txt .time strong{
	display: block;
	font-size: 36px;
}
.m-news01_x .txt .desc{
	overflow: hidden;
	padding-left: 20px;
}
.m-news01_x .txt .desc .tit{
	overflow: hidden;
	margin-bottom: 13px;
	font-size: 18px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.m-news01_x .txt .desc .tit a{
	color: #333;
}
.m-news01_x .txt .desc .tit a:hover{
	color: #f00;
}
.m-news01_x .txt .desc p{
    overflow: hidden;
	font-size: 12px;
	color: #666;
	line-height: 2;
	text-indent: 2em;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.ul-news01_x{
	padding-top: 60px;
}
.ul-news01_x li{
	overflow: hidden;
	margin-bottom: 40px;
}
.ul-news01_x li:last-child{
	margin-bottom: 0;
}
.ul-news01_x li .time{
	float: right;
}
.ul-news01_x li .time{
	float: right;
	width: 69px;
	height: 66px;
	font-size: 14px;
	text-align: center;
	border-left: 1px solid #ddd;
	color: #ddd;
}
.ul-news01_x li .time strong{
	display: block;
	font-size: 36px;
}
.ul-news01_x li .txt{
	overflow: hidden;
	padding-right: 20px;
}
.ul-news01_x li .txt .tit{
	overflow: hidden;
	margin-bottom: 13px;
	font-size: 18px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ul-news01_x li .txt .tit a{
	color: #333;
}
.ul-news01_x li .txt .tit a:hover{
	color: #f00;
}
.ul-news01_x li .txt  p{
	overflow: hidden;
	font-size: 12px;
	color: #666;
	line-height: 2;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/*友情链接*/
.row-link{
	overflow: hidden;
	background-color: #0097d6;
}
.m-link1{
	padding: 20px 0;
}
.m-link1 .item{
	overflow: hidden;
	color: #fff;
}
.m-link1 .item:first-child{
	margin-bottom: 25px;
}
.m-link1 .item span{
	float: left;
	font-size: 16px;
	margin-right: 18px;
	font-weight: 600;
}
.ul-link1{overflow: hidden;}
.ul-link1 li{
	float: left;
}
.ul-link1 li a{
	display: block;
	margin-right: 20px;
	font-size: 14px;
	color: #fff;
	height: 21px;
	line-height: 21px;
}
.ul-link1 li a:hover{
	text-decoration: underline;
}
/*******************************
	-------[=产品列表]-------
********************************/
.m-chanpin{
	overflow: hidden;
}
.m-chanpin .desc{
	padding: 10px;
	margin-top: 20px;
	line-height: 26px;
	text-indent: 2em;
	font-size: 14px;
	border: 1px dotted #e5e5e5;
	color: #868686;
	background-color: #f5f5f5;
}
.ul-imgtxt1 {
    margin: 0 -10px 20px;
    *zoom:1;
}
.ul-imgtxt1:after,.ul-imgtxt1:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.ul-imgtxt1 li {
    width: 25%;
    float: left;
    margin-top: 20px;
}

.ul-imgtxt1 li a {
    margin: 0 10px;
    display: block;
    text-align: center;
}
.ul-imgtxt1 li a .pic {
    padding-top: 77%;
    height: 0;
    position: relative;
    overflow: hidden;
}
.ul-imgtxt1 li a .pic img {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.ul-imgtxt1 li a:hover .pic img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}
.ul-imgtxt1 li a p {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    color: #666;
    font-weight: 400;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ul-imgtxt1 li a:hover {
    text-decoration: none;
}
.ul-imgtxt1 li a:hover p {
	background-color: #0097d6;
    color: #fff;
}
/*******************************
	-------[=产品详情]-------
********************************/
.m-list1{
	overflow: hidden;
	padding: 14px 0 25px;
	border-bottom: 1px dotted #a9a9a9;
}
.m-pic1{
	float: left;
	width: 380px;
}
.m-txt1{
	overflow: hidden;
	padding-left: 38px;
}
.m-txt1 .tit{
	font-size: 16px;
	padding-bottom: 9px;
	margin-bottom: 9px;
	border-bottom: 1px dotted #a9a9a9;
	font-weight: 600;
}
.m-txt1 .txt{
	margin-right: 100px;
}
.m-txt1 .txt p{
	line-height: 28px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #2f2f2f;
}

.m-txt1 .btn{
	display: block;
	width: 98px;
	height: 32px;
	line-height: 32px;
	padding-left: 15px;
	background-color: #0097d6;
	color: #fff;
}
.m-txt1 .btn:hover{
	background-color: #444;
}
.m-txt1 .btn span{
	display: block;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/btn-r.png);
}

.m-txt2{
	margin-top: 12px;
	font-size: 14px;
	line-height: 26px;
}
.ul-arrow{
	overflow: hidden;
	margin: 15px 0;
}
.ul-arrow li{
	float: left;
	font-size: 14px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ul-arrow li:last-child{
	float: right;
}

.ul-arrow li a{
	color: #337AB7;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.ul-arrow li a:hover{
	color: #0097d6;
}
.m-list3{
	padding: 5px 0;
}
.ul-city{
	overflow: hidden;
	padding-top: 20px;
}
.ul-city li{
	float: left;
	margin-bottom: 20px;
}
.ul-city li a{
	display: block;
	margin-right: 17px;
	font-size: 14px;
}
.ul-city li a:hover{
	color: #0097d6;
}
/* 放大镜 */


div.zoomDiv{z-index:999;position:absolute;top:0;left:0;background:#ffffff;border:1px solid #ddd;display:none;text-align:center;overflow:hidden;font-size: 0;}
div.zoomMask{position:absolute;background:url(../images/mask.png) repeat scroll 0 0 transparent;cursor:move;z-index:1;}


.yunu-showcase {margin-bottom: 30px;}
.yunu-showcase-pic {position: relative;width: 100%;overflow: hidden;float: left;}
.yunu-showcase-pic .bd {font-size: 0;margin-top: 13px;overflow: hidden;}
.yunu-showcase-pic .bd li {height: 75px;line-height: 75px;cursor: pointer;display: inline-block;width: 99px;border: 1px solid #ddd;padding: 1px;margin: 0 5px;}
.yunu-showcase-pic .bd li.active {border-color: #c80003;}
.yunu-showcase-pic .prev,.yunu-showcase-pic .next {position: absolute;background: no-repeat 0 0;width: 14px;height: 27px;bottom: 26px;z-index: 2;}
.yunu-showcase-pic .prev {background-image: url(../images/zlztdetailscon1btn01.png);left: 0;}
.yunu-showcase-pic .next {background-image: url(../images/zlztdetailscon1btn02.png);right: 0;}
.yunu-showcase-pic .prev:hover,.yunu-showcase-pic .next:hover {background-position: 0 bottom;}
.yunu-showcase-pic .cover {height: 300px;line-height: 300px;border: 1px solid #ddd;padding: 1px;}
.yunu-showcase-pic .cover a{
	display: block;
	width: 100%;
	height: 100%;
}
.yunu-showcase-info {float: right;width: 500px;}
.yunu-showcase-info h1 {margin: 0 0 15px;font-size: 20px;overflow: hidden;font-weight: normal;border-bottom: 1px solid #ddd;padding-bottom: 15px;}
.yunu-showcase-info p {margin: 0;color: #666;line-height: 2;}
.yunu-showcase-info .tel {border-top: 2px solid #e6e6e6;margin-top: 15px;padding-top: 15px;background: url(../images/viskins-p1.png) no-repeat 0 15px;height: 42px;padding-left: 50px;line-height: 21px;}
.yunu-showcase-info .tel a {float: right;line-height: 42px;padding: 0 15px;background-color: #c80003;color: #fff;}
.yunu-showcase-info .tel span {display: block;color: #c80003;font-size: 18px;}
div.zoomDiv{z-index:999;position:absolute;top:0;left:0;background:#ffffff;border:1px solid #ddd;display:none;text-align:center;overflow:hidden;font-size: 0;}
div.zoomDiv img{
	max-width: none;
}
div.zoomMask{position:absolute;background:url(../images/mask.png) repeat scroll 0 0 transparent;cursor:move;z-index:1;}

.img-center {text-align: center;font-size: 0;}
.img-center img {display: inline-block;width: auto;height: auto;max-width: 100%;max-height: 100%;vertical-align: middle;}


.m_pic_showpic {
    display: none;
}
.m_showpic img {
    display: block;
    max-width: 100%;
}
/*产品详情图片*/
.pc-slide {
    width: 100%;
    margin: 0 auto;
}
.m-pic1 .view .swiper-slide{
	padding: 0 2px;
}
.view .swiper-slide .imgauto {
    width: 100%;
    height: 350px;
    line-height: 350px;
}
.view .swiper-container {
    width: 100%;
}

.preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.preview .swiper-container {
    margin: 0 10%;
}

.preview .swiper-slide {
	/*width: 33.33%;*/
	width: 101px;
    padding: 5px;
}
.preview .swiper-slide .imgauto {
	width: 100%;
	height: 80px;
	line-height: 78px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 0;
	cursor: pointer;
}
.preview .swiper-slide .imgauto img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	padding: 5px;
}

.preview .slide6 {
    width: 82px;
}

.preview .arrow-left {
    background: url(../images/feel3.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview .arrow-right {
    background: url(../images/feel4.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview img {
    padding: 1px;
}

.preview .active-nav .imgauto {
    border: 1px solid #0097d6;
}
/*******************************
	-------[=关于我们]-------
********************************/
.m-about{
	padding: 15px 0;
	line-height: 28px;
    color: #2f2f2f;
    font-size: 14px;
}
/*******************************
	-------[=新闻列表]-------
********************************/
.ul-news{
	overflow: hidden;
	padding-bottom: 20px;
}
.ul-news.news{
	padding-bottom: 0;
	margin: 0 -10px 15px;
}
.ul-news li{
	font-size: 14px;
	padding: 20px 0;
	border-bottom: #dddddd 1px dotted;
}
.ul-news li .top{
    overflow: hidden;
    margin-bottom: 20px;
    height: 30px;
    line-height: 30px;
}
.ul-news li .top .time{
    float: right;
    font-size: 14px;
    margin-left: 10px;
}
.ul-news1 li .top .time{
	font-size: 12px;
}
.ul-news li .top .tit{
    display: block;
    font-size: 16px;
    background: url('../images/news-r.png') left center no-repeat;
    padding-left: 14px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ul-news li .tit:hover{
     color: #0097d6;
}
.ul-news li .txt p{
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 2;
       overflow: hidden;
}
/*******************************
	-------[=新闻详情]-------
********************************/
.m-news1{
	padding-top: 20px;
}
.m-news1 h1{
    line-height: 34px;
    color: #434343;
    margin-bottom: 15px;
    text-align: center;
    font-size: 24px;
}
.m-news1 .desc{
	text-align: center;
}
.m-news1 .desc span{
	display: inline-block;
	font-size: 14px;
	margin: 0 10px;
}
.m-news1 .txt{
	padding: 15px 0;
	line-height: 28px;
    color: #2F2F2F;
    font-size: 14px;
}
.m-txt3{
    margin-top: 10px;
}
.m-link2{
    padding-left: 20px;
    margin-bottom: 15px;
    height: 36px;
    line-height: 36px;
    color: #868686;
    font-size: 14px;
    background-color: #f5f5f5;
    border: 1px dotted #e5e5e5;
}
.m-link2 a{
    color: #868686;
}
.m-link2 a:hover{
    color: #0097d6;
}
.m-tabel{
    overflow: hidden;
    color: #5a5a5a;
    border-top: 1px dashed #999;
    border-bottom: 1px dashed #999;
    font-size: 14px;
      margin-top: 16px;
    
}
.m-tabel span{
    float: left;
    height: 42px;
    line-height: 42px;
    margin-right: 10px;
}
.m-tabel ul{
    overflow: hidden;
}
.m-tabel li{
    float: left;
}
.m-tabel li a{
    display: block;
    margin-right: 10px;
    height: 42px;
    line-height: 42px;
}
.m-tabel li a:hover{
    color: #0097d6;
}
.ul-news.news li{
	float: left;
	width: 50%;
}
.ul-news.news li .top{
	margin: 0 10px;
}
/*******************************
	-------[=留言反馈]-------
********************************/
#message {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transform: scale(0);
	transition: .3s;
}
.messagebg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 1001;
}
#message .m-content {
	margin-top: 10%;
}
#message .m-content .m-message {
	background: #fff;
	width: 580px;
	background: #fff;
	padding: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 1002;
	box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}
.m-message {
	width: 494px;
	margin: 48px auto 0;
}
.m-message label {
	margin-bottom: 15px;
	display: block;
	font-size: 14px;
}
.m-message label em {
	display: block;
	float: right;
	color: red;
	height: 32px;
	line-height: 32px;
}
.m-message label span {
	width: 80px;
	height: 34px;
	line-height: 34px;
	color: #2F2F2F;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 30px;
	display: inline-block;
}
.m-message label input.inp,.m-message label textarea,.m-message label.code input {
	width: 77%;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	border: #cccccc 1px solid;
	border-radius: 3px;
	padding:0 14px;
	box-sizing: border-box;
	color: #555;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.m-message label input:focus,.m-message label textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);
}
.m-message label textarea {
	height: 72px;
	line-height: 24px;
	padding:10px 14px;
}
.m-message label.code {
	line-height: 34px;
}
.m-message label.code input {
	width: 30%;
	float: left;
	margin-right: 30px;
}
.m-message label.code .pic {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 32px;
}
.m-message label.code img {
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.btn-1 input {
	width: 52px;
	height: 32px;
	line-height: 32px;
	background: #e8e8e8;
	border: none;
	color: #333;
	margin-right: 22px;
	cursor: pointer;
	transition: 0.3s;
}
.btn-1 {
	padding-left: 100px;
}
.btn-1 input.focus {
	background: #0097d6;
	color: #fff;
}
.btn-1 input.focus:hover {
	background: #444;
}
.btn-1 input:hover {
	background: #ccc;
}
/*******************************
	-------[=案例详情]-------
********************************/
.m-list2{
	margin-top: 30px;
	padding:26px 10px 10px;
	border: 1px solid #ddd;
	background-color: #f0f0f0;
}
.m-list2 .con{
	margin-bottom: 10px;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.m-list2 .box{
	padding: 26px 20px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.m-list2 .con .pic{
	height: 450px;
	line-height: 450px;
	overflow: hidden;
	text-align: center;
}
.m-list2 .con .pic img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.m-list2 .box .tit{
	margin-bottom: 30px;
	font-size: 22px;
	color: #0097d6;
	font-weight: 600;
}
.ul-txt-01{
	overflow: hidden;
	padding-left: 23px;
	background: url(../images/source.gif) left center no-repeat;
}
.ul-txt-01 li{
	float: left;
	margin-right: 4px;
	font-size: 14px;
	color: #505050;
	font-family: 'microsoft yahei',Verdana, Arial;
}
.ul-txt-01 li a{
	font-size: 12px;
}
.ul-txt-01 li a:hover{
	color: #0097d6;
}
.tit2{
	color:#000;
}
.tit3{
	position: relative;
	padding-top: 5px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	text-align: center;
}
.tit3 a{
	overflow: hidden;
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #333;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.more a {
    border-radius: 30px;
    width: 60%;
    /* float: left; */
    border: 1px #eee solid;
    height: 32px;
    line-height: 32px;
    text-align: center;
    /* margin-left: 65px; */
    color: #f7f1f1;
    background: #921010;
    margin: 0 auto;
}
.more {
    margin-top: 10px;
}



